SipClientRefer Method (Dialog, String, String) |
Transfers call to resource specified with the referTo parameter.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse Refer(
Dialog dialog,
string referTo,
string refferedBy
)
Public Function Refer (
dialog As Dialog,
referTo As String,
refferedBy As String
) As RequestResponse
Parameters
- dialog
- Type: Independentsoft.SipDialog
A Dialog represents media session. - referTo
- Type: SystemString
A string contains address of the user to refer to. - refferedBy
- Type: SystemString
A string contains address of the user reffered by.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
Exceptions
See Also